home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / dv_b1.zip / DV_B1.EXE / dview.exe / 0 / RCDATA / TWWFILTERDIALOGVIEW / TWWFILTERDIALOGVIEW.txt
Text File  |  1997-02-07  |  1KB  |  54 lines

  1. object wwFilterDialogView: TwwFilterDialogView
  2.   Left = 263
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Show Search Summary'
  6.   ClientHeight = 206
  7.   ClientWidth = 461
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object StringGrid1: TStringGrid
  17.     Left = 9
  18.     Top = 9
  19.     Width = 444
  20.     Height = 154
  21.     TabStop = False
  22.     ColCount = 3
  23.     DefaultRowHeight = 18
  24.     FixedCols = 0
  25.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  26.     RowCount = 8
  27.     ScrollBars = ssNone
  28.     TabOrder = 0
  29.     OnDrawCell = StringGrid1DrawCell
  30.     ColWidths = (
  31.       115
  32.       171
  33.       171)
  34.   end
  35.   object CancelBtn: TBitBtn
  36.     Left = 192
  37.     Top = 302
  38.     Width = 77
  39.     Height = 27
  40.     Caption = 'CancelBtn'
  41.     Font.Color = clBlack
  42.     Font.Height = -12
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     TabStop = False
  48.     Kind = bkCancel
  49.     Margin = 2
  50.     Spacing = -1
  51.     IsControl = True
  52.   end
  53. end
  54.